@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Zodiak", serif;
}
button {
  outline: none;
  border-style: none;
  background-color: transparent;
}

/* loading animation start */
/* .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.spinner {
  width: 200px;
  height: 200px;
}

#letterM {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: draw 2s linear forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.content {
  display: none;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.content.visible {
  display: block;
  opacity: 1;
} */
/* loading animation end */
.logo {
  width: 200px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.logo:hover {
  transform: scale(1.3);
}
.nav_icon {
  width: 30px;
}
.nav_container {
  background-color: white !important;
}
.nav_items {
  padding: 1rem 0;
}
.nav_links {
  font-family: "Satoshi", sans-serif;
  text-decoration: none;
  color: #9a1919;
  background-color: white;
}
.nav_dropdown_btn {
  font-family: "Satoshi", sans-serif;
  color: #9a1919;
  background-color: transparent;
  font-weight: 700;
}
.sub_nav li {
  list-style: none;
  padding: 0.5rem;
}
.sub_nav a {
  text-decoration: none;
  color: #9a1919;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.hero_section {
  width: 100%;
  background-size: cover;
  overflow: hidden;
  background-image: url(../assets/background/background.png);
  background-color: #ffecb3;
  padding-bottom: 2rem;
}
.hero_img {
  width: 350px;
  margin: 0 auto;
}
.hero_title {
  color: #fb2d2d;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
}

.hero_text_container h3 {
  font-weight: 700;
  font-size: 32px;
  color: white;
  font-family: "Zodiak", serif !important;
}
.hero_highlight {
  color: #fb2d2d;
}
.hero_button {
  background-color: #fb2d2d;
  font-family: "Satoshi", sans-serif;
  text-transform: uppercase;
  color: white;
  padding: 1rem 2rem;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2rem;
  text-decoration: none;
  margin-top: 1rem;
}
.hero_button a {
  text-decoration: none;
  color: white;
}
.hero_button:hover {
  background-color: #fc3b3b;
}
.why_choose_us_section h3 {
  font-family: "Satoshi", sans-serif;
  color: #fb2d2d;
  font-weight: 700;
}
.choose_us_icon {
  width: 80px;
}
.card_heading {
  font-family: "Satoshi", sans-serif;
  color: #9a1919 !important;
  font-weight: 700;
  font-size: 16px;
}
.faq_heading {
  color: #9a1919;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
}
.faq_section {
  width: 100%;
  padding: 1.5rem 0;
  background-color: #fef6f6;
}
.faq_section h3 {
  color: #9a1919;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
}

.accordion_container {
  background-color: transparent !important;
}

/* Profile section start */

.profile_section {
  width: 100%;
  background-color: #fff5f5;
}
.profile_details_container {
  background-color: white;
  border-radius: 1rem;
}
.features_heading {
  font-family: "Satoshi", sans-serif;
  color: #9a1919;
  font-size: 14px;
  font-weight: 700;
}
.features_sub_heading {
  font-size: 14px;
}
.features_text {
  font-size: 14px;
}
.tick_mark_icon {
  width: 30px;
  padding-right: 10px;
}
.features_points {
  font-size: 14px;
}

.login_btn .register_btn {
  background-color: transparent;
}
.login_btn a {
  font-family: "Satoshi", sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: white;
  font-weight: 500;
  background-color: #fec10b;
  padding: 0.5rem 1.5rem;
  border-radius: 0.3rem;
}
.login_btn a:hover {
  background-color: #ffc927;
  color: white;
}
.register_btn a {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  color: white;
  background-color: #9a1919;
  padding: 0.5rem 1.5rem;
  border-radius: 0.3rem;
}
.register_btn a:hover {
  background-color: #b42020;
  color: white;
}
.feature_container_img {
  width: 100px;
  height: 600px;
  object-fit: contain;
}
.faq_img {
  width: 600px;
  height: 500px;
  object-fit: contain;
}

/* ----------------------------------------------------------------------------------------------- */

/* contact us section start */
.contact_heading {
  color: #9a1919;
  font-size: 24px;
  font-weight: 700;
}
.contact_para {
  font-size: 14px;
  font-family: "Satoshi", sans-serif;
  max-width: 700px;
  margin: 0 auto;
}
.contact_form_btn {
  background-color: #9a1919;
  font-family: "Satoshi", sans-serif;
  padding: 0.5rem 1.5rem;
  color: white;
  border-radius: 1.5rem;
  margin: 0 auto;
}
.form-control:focus {
  border-color: transparent; /* Removes the border color */
  box-shadow: none; /* Removes the box-shadow */
}

/* contact us section end*/

/* ----------------------------------------------------------------------------------------------- */

/* footer section start */

.footer_section {
  width: 100%;
  background-color: #fff5f5;
  padding: 1rem 0;
}
.footer_company_name {
  color: #9a1919;
}
.footer_address {
  color: rgb(28, 28, 28);
  font-family: "Zodiak", serif;
  font-weight: 300;
}
.footer_heading {
  color: #9a1919;
}
.footer_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_nav_links {
  color: rgb(28, 28, 28);
  font-family: "Zodiak", serif;
  text-decoration: none;
  text-align: start;
  cursor: pointer;
}
.footer_nav_items {
  padding: 0.5rem 0;
}
/* ----------------------------------------------------------------------------------------------- */

/* Faq page start */

.faq_page {
  width: 100%;
  background-color: #fff5f5;
  padding: 1rem 0;
}

/* Faq page end */

/* ----------------------------------------------------------------------------------------------- */

/* about us page start */

.about_us_section {
  width: 100%;
  padding: 1.5rem 0;
  background-color: #fef6f6;
}
.about_us_heading {
  color: #9a1919;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.about_us_list {
  line-height: 2.5;
  font-size: 14px;
}

/* about us page end */

/* ----------------------------------------------------------------------------------------------- */
